Class symantec.itools.db.beans.binding.DefaultSaveChangesDialog
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.DefaultSaveChangesDialog
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Dialog
|
+----symantec.itools.db.beans.binding.DefaultSaveChangesDialog
- public class DefaultSaveChangesDialog
- extends Dialog
- implements SaveChangesDialog
-
symantec.itools.db.beans.binding.DefaultSaveChangesDialog(String)
-
-
addNotify()
-
-
run()
-
-
setMessage(String)
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
DefaultSaveChangesDialog
public DefaultSaveChangesDialog(String title)
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
run
public int run()
setMessage
public void setMessage(String s)
setVisible
public void setVisible(boolean b)
- Shows or hides the component depending on the boolean flag b.
- Parameters:
- b - if true, show the component; otherwise, hide the component.
- Overrides:
- setVisible in class Component
- See Also:
- isVisible
All Packages Class Hierarchy This Package Previous Next Index